home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9175 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  853 b 

  1. Path: access1.digex.net!not-for-mail
  2. From: ell@access1.digex.net (Ell)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Model/View/Controller (MVC) implementation in C++ ?
  5. Date: 29 Feb 1996 02:32:57 GMT
  6. Organization: The Universe
  7. Distribution: world
  8. Message-ID: <4h338p$bgm@news4.digex.net>
  9. References: <4h1bpm$jht@murex.murex.fr>
  10. NNTP-Posting-Host: access1.digex.net
  11. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  12.  
  13. Pascal MEHEUT (pascal@murex.fr) wrote:
  14. : I'm looking for a library or tool, either commercial or free to help 
  15. : implementing the MVC paradigm in C++.
  16. : I'm especially interesting in an "Events" system to implement the
  17. : communication between the Model and the Views.
  18.  
  19. For Windows applications check out the MS C++ Foundation Class library. 
  20. It is in VC++, Symantic C++, and other compilers.  Borland 5.0 C++
  21. supports using the library. 
  22.  
  23. Elliott
  24.